home *** CD-ROM | disk | FTP | other *** search
- global presp
-
- on exitFrame
- if (445 < the mouseV) and (the mouseV < 460) then
- if rollOver(34) then
- mvisiblechk(3, 20, 0)
- go("6KI")
- end if
- else
- if rollOver(3) or rollOver(4) then
- mrollovchk0304()
- else
- set the visible of sprite presp to 0
- cursor(-1)
- end if
- end if
- go(the frame)
- end
-
- on mrollovchk0304
- if rollOver(3) and (the name of cast (the castNum of sprite 2 - 1) = "PG-STT") then
- set the visible of sprite presp to 0
- cursor(-1)
- else
- if rollOver(4) and (the name of cast (the castNum of sprite 2 + 1) = "PG-END") then
- set the visible of sprite presp to 0
- cursor(-1)
- else
- mvisiblerep(3, 4)
- cursor(280)
- end if
- end if
- end
-